home *** CD-ROM | disk | FTP | other *** search
/ GFX Sensations 1 / Graphic Sensations - Volume 1.iso / tools / amiga / 3d_tools / irit40s.lha / Irit / grapdrvs / os2drvs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-01-02  |  1.4 KB  |  51 lines

  1. /*****************************************************************************
  2. *   "Irit" - the 3d polygonal solid modeller.                     *
  3. *                                         *
  4. * Written by:  Gershon Elber                Ver 1.0, Jan. 1992   *
  5. ******************************************************************************
  6. * Global definitions of    os2drvs interface.                         *
  7. *****************************************************************************/
  8.  
  9. #ifndef    OS2DRVS_H    /* Define only once */
  10. #define    OS2DRVS_H
  11.  
  12. #define ID_OS2DRVS        1984
  13.  
  14. #define IDM_FILE        1
  15. #define IDM_FILE_SAVE        11
  16. #define IDM_FILE_SAVE_AS    12
  17. #define IDM_FILE_QUIT        13
  18.  
  19. #define IDM_MOUSE        2
  20. #define IDM_MOUSE_MORE        21
  21. #define IDM_MOUSE_LESS        22
  22.  
  23. #define IDM_STATE        3
  24. #define IDM_STATE_MORE_ISO    31
  25. #define IDM_STATE_LESS_ISO    32
  26. #define IDM_STATE_FINER_APPROX    33
  27. #define IDM_STATE_COARSER_APPROX 34
  28. #define IDM_STATE_SHORTER_VEC    35
  29. #define IDM_STATE_LONGER_VEC    36
  30. #define IDM_STATE_WIDE_LINES    37
  31. #define IDM_STATE_THIN_LINES    38
  32.  
  33. #define IDM_TOGGLE        4
  34. #define IDM_TGLS_SCREEN        41
  35. #define IDM_TGLS_PERSP        42
  36. #define IDM_TGLS_DEPTH_CUE    43
  37. #define IDM_TGLS_INTERNAL    44
  38. #define IDM_TGLS_VRTX_NRML    45
  39. #define IDM_TGLS_POLY_NRML    46
  40. #define IDM_TGLS_CTL_MESH    47
  41. #define IDM_TGLS_SRF_POLYS    48
  42. #define IDM_TGLS_4_PER_FLAT    49
  43.  
  44. #define    IDM_VIEWS        6
  45. #define    IDM_VIEW_FRONT        60
  46. #define IDM_VIEW_SIDE        61
  47. #define IDM_VIEW_TOP        62
  48. #define IDM_VIEW_ISOMETRY    63
  49.  
  50. #endif /* OS2DRVS_H */
  51.